home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / utility / nmail28u / DISK1 / _SETUP.1 / NETMAIL.EXE / 0 / RCDATA / TTRANSFERFORM / TTRANSFERFORM.txt
Encoding:
Text File  |  1999-09-10  |  2.5 KB  |  87 lines

  1. object TransferForm: TTransferForm
  2.   Left = 200
  3.   Top = 101
  4.   BorderStyle = bsDialog
  5.   Caption = 'File Message(s)'
  6.   ClientHeight = 245
  7.   ClientWidth = 183
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   HelpFile = '120'
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Mailboxes: TListBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 183
  21.     Height = 212
  22.     Align = alClient
  23.     ItemHeight = 13
  24.     TabOrder = 0
  25.     OnDblClick = MailboxesDblClick
  26.   end
  27.   object Panel1: TPanel
  28.     Left = 0
  29.     Top = 212
  30.     Width = 183
  31.     Height = 33
  32.     Align = alBottom
  33.     BevelOuter = bvNone
  34.     TabOrder = 1
  35.     object OkBtn: TBitBtn
  36.       Left = 17
  37.       Top = 3
  38.       Width = 75
  39.       Height = 27
  40.       Caption = 'OK'
  41.       Default = True
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clBlack
  44.       Font.Height = -11
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ParentFont = False
  48.       TabOrder = 0
  49.       OnClick = OkBtnClick
  50.       Glyph.Data = {
  51.         DE010000424DDE01000000000000760000002800000024000000120000000100
  52.         0400000000006801000000000000000000001000000000000000000000000000
  53.         80000080000000808000800000008000800080800000C0C0C000808080000000
  54.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  55.         3333333333333333333333330000333333333333333333333333F33333333333
  56.         00003333344333333333333333388F3333333333000033334224333333333333
  57.         338338F3333333330000333422224333333333333833338F3333333300003342
  58.         222224333333333383333338F3333333000034222A22224333333338F338F333
  59.         8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  60.         33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  61.         0000333333333A222433333333333338F338F33300003333333333A222433333
  62.         333333338F338F33000033333333333A222433333333333338F338F300003333
  63.         33333333A222433333333333338F338F00003333333333333A22433333333333
  64.         3338F38F000033333333333333A223333333333333338F830000333333333333
  65.         333A333333333333333338330000333333333333333333333333333333333333
  66.         0000}
  67.       NumGlyphs = 2
  68.       Style = bsNew
  69.     end
  70.     object BitBtn2: TBitBtn
  71.       Left = 92
  72.       Top = 3
  73.       Width = 75
  74.       Height = 27
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clBlack
  77.       Font.Height = -11
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = []
  80.       ParentFont = False
  81.       TabOrder = 1
  82.       Kind = bkCancel
  83.       Style = bsNew
  84.     end
  85.   end
  86. end
  87.